-
Notifications
You must be signed in to change notification settings - Fork 22
stdout comparison #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ace7938 to
b265fa2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs thorough unit testing
1935a67 to
2fa1abc
Compare
| codeflash stdout : BubbleSorter.sorter() called""" | ||
| assert test_results[1].stdout.strip() == out_str.strip() | ||
| out_str = """codeflash stdout : BubbleSorter.sorter() called\n\n\ncodeflash stdout : BubbleSorter.sorter() called""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does this have \n whereas all others have proper newlines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was debugging something, forgot to revert.
Update test_results.py Update parse_test_output.py Update equivalence.py
Update test_results.py Update parse_test_output.py Update equivalence.py
Update pyproject.toml Update test_instrument_tests.py Update test_instrument_all_and_run.py missing test
2fa1abc to
dcf9384
Compare
Update test_results.py
Update parse_test_output.py
Update equivalence.py